home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / clang / cenvid.zip / PRMPTDAY.BAT < prev    next >
DOS Batch File  |  1993-05-25  |  284b  |  8 lines

  1. @echo OFF
  2. REM ***************************************************************
  3. REM *** PrmptDay.bat - Set the prompt with the day preceding it ***
  4. REM ***************************************************************
  5.  
  6. cenvi sprintf(PROMPT,"%%.10s %%s",ctime(time()),"$P$G  $H");
  7.  
  8.